object TrialWarn: TTrialWarn Left = 220 Top = 172 BorderStyle = bsDialog Caption = 'Trial warning!' ClientHeight = 219 ClientWidth = 348 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 8 Top = 16 Width = 329 Height = 161 Alignment = taCenter AutoSize = False Caption = 'This is an evaluation version of the ActionOutline. '#13#10'You can ev' + 'aluate it during 30-day period. After you need to register it or' + ' remove it from your computer!'#13#10#13#10'Each item is limited to have 7' + ' subitems only in the evaluation version.'#13#10#13#10'By registration you' + ' will obtain top-priority support, free upgrades to maintenance ' + 'releases, discounts on future products and will remove all trial' + ' limitations!' WordWrap = True end object Button1: TButton Left = 262 Top = 184 Width = 75 Height = 25 Cancel = True Caption = 'OK' ModalResult = 1 TabOrder = 0 end object btnOrder: TButton Left = 182 Top = 184 Width = 75 Height = 25 Caption = 'Order...' Default = True TabOrder = 1 OnClick = btnOrderClick end end